[INFO] cloning repository https://github.com/AntiAnimeGeneral/Ousia-OS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AntiAnimeGeneral/Ousia-OS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntiAnimeGeneral%2FOusia-OS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntiAnimeGeneral%2FOusia-OS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d63de96af94f655832e4aa7387cf0243bb7a587e
[INFO] fixing AntiAnimeGeneral/Ousia-OS against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntiAnimeGeneral%2FOusia-OS" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/AntiAnimeGeneral/Ousia-OS
[INFO] finished tweaking git repo https://github.com/AntiAnimeGeneral/Ousia-OS
[INFO] tweaked toml for git repo https://github.com/AntiAnimeGeneral/Ousia-OS written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AntiAnimeGeneral/Ousia-OS on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AntiAnimeGeneral/Ousia-OS already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linked_list_allocator v0.10.6
[INFO] [stderr]   Downloaded tock-registers v0.10.1
[INFO] [stderr]   Downloaded x86_64 v0.15.4
[INFO] [stderr]   Downloaded spinning_top v0.2.5
[INFO] [stderr]   Downloaded aarch64-cpu v11.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba
[INFO] running `Command { std: "docker" "start" "9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling const_fn v0.4.12
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking volatile v0.4.6
[INFO] [stderr]     Checking spinning_top v0.2.5
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking linked_list_allocator v0.10.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking x86_64 v0.15.4
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking ostd v0.0.1 (/opt/rustwide/workdir/ostd)
[INFO] [stderr]     Checking kernel v0.0.1 (/opt/rustwide/workdir/kernel)
[INFO] [stderr]     Checking kernel-bin v0.0.1 (/opt/rustwide/workdir/kernel-bin)
[INFO] [stdout] error[E0433]: cannot find `heap` in `mm`
[INFO] [stdout]   --> kernel-bin/src/entry.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ostd::mm::heap::init_early_heap();
[INFO] [stdout]    |               ^^^^ could not find `heap` in `mm`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> ostd/src/mm/mod.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #[cfg(target_os = "none")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `none` feature
[INFO] [stdout]  3 | pub mod heap;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]    --> kernel-bin/src/entry.rs:39:22
[INFO] [stdout]     |
[INFO] [stdout]  39 |     let mut kernel = Kernel::new(16, 1).expect("kernel smoke state should initialize");
[INFO] [stdout]     |                      ^^^^^^^^^^^------- argument #3 of type `&[kernel::memory::frame::FrameRange]` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> kernel/src/syscall/mod.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout]  39 |     let mut kernel = Kernel::new(16, 1, /* &[kernel::memory::frame::FrameRange] */).expect("kernel smoke state should initialize");
[INFO] [stdout]     |                                       ++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kernel-bin` (bin "kernel") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba", kill_on_drop: false }`
[INFO] [stdout] 9d2ceac3d79b13a69570fba3393f69562d16632923c66dc834d728d95a229bba
